home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Adventures with Oslo: Tools & Gadgets
/
Adventures with Oslo - Tools and Gadgets.ISO
/
mac
/
Screen
/
Knock
/
00041.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-09-23
|
328 b
|
14 lines
on startMovie
put the mouseH && the mouseV into field "mouseLoc"
end
on exitFrame
global GHarddiskpath
if (the mouseH <> word 1 of field "mouseLoc") or (the mouseV <> word 2 of field "mouseLoc") then
set the timeoutScript to EMPTY
go("From picture", GHarddiskpath & "OsloMain")
else
continue()
end if
end